ArcPad Applet File Schema
FORMS Element
See Also  Send comments on this topic.
ArcPad Applet File Schema > ArcPad Element > APPLET Element : FORMS Element

Glossary Item Box

Description

The parent element for defining an ArcPad form.

Diagram

FORM Element Sequence FORMS Element

Overview

FORMS
The parent element for defining an ArcPad form.
Sequence
FORM
Used to define an ArcPad form.

Examples

Source

<xs:element name="FORMS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for defining an ArcPad form.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="FORM" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.